home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / EasyPHP-2.0b1-setup.exe / {app} / phpmyadmin / css / phpmyadmin.css.php next >
Encoding:
PHP Script  |  2006-11-18  |  15.9 KB  |  786 lines

  1. <?php
  2. /* $Id: phpmyadmin.css.php 9552 2006-10-13 12:24:47Z lem9 $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5. chdir('..');
  6. define('PMA_MINIMUM_COMMON', true);
  7. require_once './libraries/common.lib.php';
  8. require_once './libraries/sqlparser.lib.php';
  9.  
  10. // MSIE 6 (at least some unpatched versions) has problems loading CSS 
  11. // when zlib_compression is on
  12. if (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER == '6'
  13.  && (ini_get('zlib.output_compression')) ) {
  14.     ini_set('zlib.output_compression', 'Off');
  15. }
  16.  
  17. if ($GLOBALS['text_dir'] === 'ltr') {
  18.     $right = 'right';
  19.     $left = 'left';
  20. } else {
  21.     $right = 'left';
  22.     $left = 'right';
  23. }
  24.  
  25. // Send correct type:
  26. header('Content-Type: text/css; charset=ISO-8859-1');
  27.  
  28. ?>
  29. html {
  30.     font-size: <?php echo $_SESSION['PMA_Config']->get('fontsize'); ?>;
  31. }
  32.  
  33. input, select, textarea {
  34.     font-size: 1em;
  35. }
  36.  
  37. /* @deprecated */
  38. .nowrap {
  39.     white-space: nowrap;
  40. }
  41. div.nowrap {
  42.     margin: 0;
  43.     padding: 0;
  44. }
  45.  
  46. <?php
  47. if ($_SESSION['PMA_Theme']->checkVersion('2.7.0')) {
  48.     ?>
  49.  
  50. form {
  51.     margin: 0;
  52.     padding: 0;
  53.     display: inline;
  54. }
  55.  
  56. a img {
  57.     border: 0;
  58. }
  59.  
  60.  
  61. /* server privileges */
  62. #tableuserrights td,
  63. #tablespecificuserrights td,
  64. #tabledatabases td {
  65.     vertical-align: middle;
  66. }
  67. /* END server privileges */
  68.  
  69.  
  70. /* leave some space between icons and text */
  71. .icon {
  72.     vertical-align: middle;
  73.     margin-right: 0.3em;
  74.     margin-left: 0.3em;
  75. }
  76. /* no extra space in table cells */
  77. td .icon {
  78.     margin: 0;
  79. }
  80.  
  81. .selectallarrow {
  82.     margin-<?php echo $right; ?>: 0.3em;
  83.     margin-<?php echo $left; ?>: 0.6em;
  84. }
  85.  
  86. div#tablestatistics {
  87.     border-bottom: 0.1em solid #669999;
  88.     margin-bottom: 0.5em;
  89.     padding-bottom: 0.5em;
  90. }
  91.  
  92. div#tablestatistics table {
  93.     float: <?php echo $left; ?>;
  94.     margin-bottom: 0.5em;
  95.     margin-right: 0.5em;
  96. }
  97.  
  98. div#tablestatistics table caption {
  99.     margin-right: 0.5em;
  100. }
  101.  
  102.  
  103. /* left frame content */
  104. body#body_leftFrame {
  105.     background-color: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?>;
  106. }
  107.  
  108. div#pmalogo,
  109. div#leftframelinks,
  110. div#databaseList {
  111.     text-align: center;
  112.     border-bottom: 0.1em solid #669999;
  113.     margin-bottom: 0.5em;
  114.     padding-bottom: 0.5em;
  115. }
  116.  
  117. div#leftframelinks .icon {
  118.     vertical-align: middle;
  119.     padding: 0;
  120.     margin: 0;
  121. }
  122.  
  123. div#leftframelinks a:hover {
  124.     background-color: #669999;
  125. }
  126.  
  127. /* leftdatabaselist */
  128. div#left_tableList ul {
  129.     list-style-type: none;
  130.     list-style-position: outside;
  131.     margin: 0;
  132.     padding: 0;
  133.     background-color: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?>;
  134. }
  135.  
  136. div#left_tableList li {
  137.     margin: 0;
  138.     padding: 0;
  139.     white-space: nowrap;
  140. }
  141.  
  142. <?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
  143. div#left_tableList li:hover {
  144.     background-color: <?php echo $GLOBALS['cfg']['LeftPointerColor']; ?>;
  145. }
  146. <?php } ?>
  147.  
  148. div#left_tableList img {
  149.     padding: 0;
  150.     vertical-align: middle;
  151. }
  152.  
  153. div#left_tableList ul ul {
  154.     margin-left: 0em;
  155.     padding-left: 0.1em;
  156.     border-left: 0.1em solid #669999;
  157.     padding-bottom: 0.1em;
  158.     border-bottom: 0.1em solid #669999;
  159. }
  160. /* END left frame content */
  161.  
  162.  
  163. /* querywindow */
  164. body#bodyquerywindow {
  165.     margin: 0;
  166.     padding: 0;
  167. }
  168.  
  169. div#querywindowcontainer {
  170.     margin: 0;
  171.     padding: 0;
  172.     width: 100%;
  173. }
  174.  
  175. div#querywindowcontainer fieldset {
  176.     margin-top: 0;
  177. }
  178. /* END querywindow */
  179.  
  180.  
  181. /* querybox */
  182.  
  183. /* Gecko bug */
  184. div[class=formelementrow],
  185. div[id=queryfieldscontainer] {
  186.     border: 1px solid transparent;
  187. }
  188.  
  189. div#sqlquerycontainer {
  190.     float: left;
  191.     width: 69%;
  192.     /* height: 15em; */
  193. }
  194.  
  195. div#tablefieldscontainer  {
  196.     float: right;
  197.     width: 29%;
  198.     /* height: 15em; */
  199. }
  200.  
  201. div#tablefieldscontainer select  {
  202.     width: 100%;
  203.     /* height: 12em; */
  204. }
  205.  
  206. textarea#sqlquery {
  207.     width: 100%;
  208.     /* height: 100%; */
  209. }
  210.  
  211. div#queryboxcontainer div#bookmarkoptions {
  212.     margin-top: 0.5em;
  213. }
  214. /* end querybox */
  215.  
  216.  
  217. fieldset .formelement {
  218.     line-height: 2.4em;
  219.     float: left;
  220.     margin-right: 0.5em;
  221.     /* IE */
  222.     white-space: nowrap;
  223. }
  224. /* revert for Gecko */
  225. fieldset div[class=formelement] {
  226.     white-space: normal;
  227. }
  228.  
  229. /* IE */
  230. fieldset .formelement input,
  231. fieldset .formelement select {
  232.     margin-top: 0.5em;
  233.     margin-bottom: 0.5em;
  234. }
  235. /* revert for Gecko */
  236. fieldset div[class=formelement] input,
  237. fieldset div[class=formelement] select {
  238.     margin-top: auto;
  239.     margin-bottom: auto;
  240.     height: auto;
  241. }
  242.  
  243. /* Calendar */
  244. table.calendar      { width: 100%; }
  245. table.calendar td   { text-align: center; }
  246. table.calendar td a { display: block; }
  247.  
  248. table.calendar td a:hover {
  249.     background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
  250. }
  251.  
  252. table.calendar th {
  253.     background-color: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>;
  254. }
  255.  
  256. table.calendar td.selected {
  257.     background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
  258. }
  259.  
  260. img.calendar { border: none; }
  261. form.clock   { text-align: center; }
  262. /* end Calendar */
  263.  
  264.  
  265. /* Options, eg. on import page */
  266. fieldset {
  267.     background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
  268. }
  269. fieldset legend {
  270.     background-color: transparent;
  271. }
  272.  
  273. /* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */
  274. button { display: inline; }
  275.  
  276. /* Textarea */
  277. textarea { overflow: auto; }
  278.  
  279.  
  280. /* topmenu */
  281.  
  282. /* Gecko 1.7 bug (FF 1.0) */
  283. #topmenucontainer {
  284.     border: 1px solid <?php echo $GLOBALS['cfg']['RightBgColor']; ?>;
  285. }
  286.  
  287. ul#topmenu {
  288.     font-weight: bold;
  289.     list-style-type: none;
  290.     margin: 0;
  291.     padding: 0;
  292. }
  293.  
  294. ul#topmenu li {
  295.     float: left;
  296.     margin: 0;
  297.     padding: 0;
  298.     vertical-align: middle;
  299. }
  300.  
  301. #topmenu img {
  302.     vertical-align: middle;
  303.     margin-right: 0.1em;
  304. }
  305.  
  306. /* default tab styles */
  307. .tab, .tabcaution, .tabactive {
  308.     display: block;
  309.     margin: 0.2em 0.2em 0 0.2em;
  310.     padding: 0.2em 0.2em 0 0.2em;
  311.     white-space: nowrap;
  312. }
  313.  
  314. /* disabled tabs */
  315. span.tab {
  316.     color: #666666;
  317. }
  318.  
  319. /* disabled drop/empty tabs */
  320. span.tabcaution {
  321.     color: #ff6666;
  322. }
  323.  
  324. /* enabled drop/empty tabs */
  325. a.tabcaution {
  326.     color: #FF0000;
  327. }
  328. a.tabcaution:hover {
  329.     color: #FFFFFF;
  330.     background-color: #FF0000;
  331. }
  332.  
  333. <?php if ($GLOBALS['cfg']['LightTabs']) { ?>
  334. /* active tab */
  335. a.tabactive {
  336.     color: black;
  337. }
  338. <?php } else { ?>
  339. #topmenu {
  340.     margin-top: 0.5em;
  341.     padding: 0.1em 0.3em 0.1em 0.3em;
  342. }
  343.  
  344. ul#topmenu li {
  345.     border-bottom: 1pt solid black;
  346. }
  347.  
  348. /* default tab styles */
  349. .tab, .tabcaution, .tabactive {
  350.     background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
  351.     border: 1pt solid <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
  352.     border-bottom: 0;
  353.     border-top-left-radius: 0.4em;
  354.     border-top-right-radius: 0.4em;
  355. }
  356.  
  357. /* enabled hover/active tabs */
  358. a.tab:hover, a.tabcaution:hover, .tabactive, .tabactive:hover {
  359.     margin: 0;
  360.     padding: 0.2em 0.4em 0.2em 0.4em;
  361.     text-decoration: none;
  362. }
  363.  
  364. a.tab:hover, .tabactive {
  365.     background-color: <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
  366. }
  367.  
  368. /* disabled drop/empty tabs */
  369. span.tab, span.tabcaution {
  370.     cursor: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/error.ico), url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/error.ico), default;
  371. }
  372. <?php } ?>
  373. /* end topmenu */
  374.  
  375.  
  376.  
  377. /* data tables */
  378. table caption,
  379. table th,
  380. table td {
  381.     padding: 0.1em 0.5em 0.1em 0.5em;
  382.     margin: 0;
  383.     margin: 0.1em;
  384.     vertical-align: top;
  385. }
  386.  
  387. /* odd table rows 1,3,5,7,... */
  388. table tr.odd th,
  389. table tr.odd {
  390.     background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
  391. }
  392.  
  393. /* even table rows 2,4,6,8,... */
  394. table tr.even th,
  395. table tr.even {
  396.     background-color: <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
  397. }
  398.  
  399. /* marked table rows */
  400. table tr.marked th,
  401. table tr.marked {
  402.     background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
  403. }
  404.  
  405. /* hovered table rows */
  406. table tr.odd:hover,
  407. table tr.even:hover,
  408. table tr.odd:hover th,
  409. table tr.even:hover th,
  410. table tr.hover th,
  411. table tr.hover {
  412.     background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
  413. }
  414.  
  415. table .value {
  416.     text-align: right;
  417.     white-space: nowrap;
  418. }
  419. /* IE doesnt handles 'pre' right */
  420. table [class=value] {
  421.     white-space: pre;
  422. }
  423.  
  424. .value {
  425.     font-family: "Courier New", Courier, monospace;
  426. }
  427. .value .attention {
  428.     color: red;
  429.     font-weight: bold;
  430. }
  431. .value .allfine {
  432.     color: green;
  433. }
  434.  
  435.  
  436. /* serverstatus */
  437. div#serverstatus table caption a.top {
  438.     float: right;
  439. }
  440.  
  441. div#serverstatus div#serverstatusqueriesdetails table,
  442. div#serverstatus table#serverstatustraffic,
  443. div#serverstatus table#serverstatusconnections {
  444.     float: left;
  445. }
  446.  
  447. #serverstatussection,
  448. .clearfloat {
  449.     clear: both;
  450. }
  451. div#serverstatussection table {
  452.     width: 100%;
  453.     margin-bottom: 1em;
  454. }
  455. div#serverstatussection table .name {
  456.     width: 18em;
  457. }
  458. div#serverstatussection table .value {
  459.     width: 6em;
  460. }
  461.  
  462. div#serverstatus table tbody td.descr a,
  463. div#serverstatus table .tblFooters a {
  464.     white-space: nowrap;
  465. }
  466. div#serverstatus div#statuslinks a:before,
  467. div#serverstatus div#sectionlinks a:before,
  468. div#serverstatus table tbody td.descr a:before,
  469. div#serverstatus table .tblFooters a:before {
  470.     content: '[';
  471. }
  472. div#serverstatus div#statuslinks a:after,
  473. div#serverstatus div#sectionlinks a:after,
  474. div#serverstatus table tbody td.descr a:after,
  475. div#serverstatus table .tblFooters a:after {
  476.     content: ']';
  477. }
  478. /* end serverstatus */
  479.  
  480. img.lightbulb {
  481.     cursor: pointer;
  482. }
  483.  
  484.     <?php
  485. } // end styles 2.7.0
  486.  
  487. if ($_SESSION['PMA_Theme']->checkVersion('2.7.1')) {
  488.     ?>
  489.  
  490. /********************/
  491. /* NEW in PMA 2.7.1 */
  492. /********************/
  493.  
  494. body.loginform h1,
  495. body.loginform a.logo {
  496.     display: block;
  497.     text-align: center;
  498. }
  499.  
  500. form.login label {
  501.     float: left;
  502.     width: 10em;
  503.     font-weight: bolder;
  504. }
  505.  
  506.  
  507. /* main page */
  508. #maincontainer {
  509.     background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/logo_right.png);
  510.     background-position: <?php echo $right; ?> bottom;
  511.     background-repeat: no-repeat;
  512.     border-bottom: 1px solid silver;
  513. }
  514.  
  515. #mysqlmaininformation,
  516. #pmamaininformation {
  517.     float: <?php echo $left; ?>;
  518.     width: 49%;
  519. }
  520.  
  521. #maincontainer ul {
  522.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/item_<?php echo $GLOBALS['text_dir']; ?>.png);
  523.     vertical-align: middle;
  524. }
  525.  
  526. #maincontainer li {
  527.     margin-bottom: 0.3em;
  528. }
  529. /* END main page */
  530.  
  531.  
  532. <?php if ($GLOBALS['cfg']['MainPageIconic']) { ?>
  533. /* iconic view for ul items */
  534. li#li_create_database {
  535.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_newdb.png);
  536. }
  537.  
  538. li#li_select_lang {
  539.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_lang.png);
  540. }
  541.  
  542. li#li_select_mysql_collation,
  543. li#li_select_mysql_charset {
  544.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);
  545. }
  546.  
  547. li#li_select_theme{
  548.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_theme.png);
  549. }
  550.  
  551. li#li_server_info{
  552.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
  553. }
  554.  
  555. li#li_user_info{
  556.     /* list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png); */
  557. }
  558.  
  559. li#li_mysql_status{
  560.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_status.png);
  561. }
  562.  
  563. li#li_mysql_variables{
  564.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_vars.png);
  565. }
  566.  
  567. li#li_mysql_processes{
  568.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_process.png);
  569. }
  570.  
  571. li#li_mysql_collations{
  572.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);
  573. }
  574.  
  575. li#li_mysql_engines{
  576.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_engine.png);
  577. }
  578.  
  579. li#li_mysql_binlogs {
  580.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_tbl.png);
  581. }
  582.  
  583. li#li_mysql_databases {
  584.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_db.png);
  585. }
  586.  
  587. li#li_export {
  588.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_export.png);
  589. }
  590.  
  591. li#li_import {
  592.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_import.png);
  593. }
  594.  
  595. li#li_change_password {
  596.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_passwd.png);
  597. }
  598.  
  599. li#li_log_out {
  600.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_loggoff.png);
  601. }
  602.  
  603. li#li_pma_docs {
  604.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_docs.png);
  605. }
  606.  
  607. li#li_phpinfo {
  608.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/php_sym.png);
  609. }
  610.  
  611. li#li_pma_homepage {
  612.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_home.png);
  613. }
  614.  
  615. li#li_mysql_privilegs{
  616.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png);
  617. }
  618.  
  619. li#li_switch_dbstats {
  620.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_dbstatistics.png);
  621. }
  622.  
  623. li#li_flush_privileges {
  624.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_reload.png);
  625. }
  626. /* END iconic view for ul items */
  627. <?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
  628.  
  629.  
  630. #body_browse_foreigners {
  631.     background-color:   <?php echo $cfg['LeftBgColor']; ?>;
  632.     margin:             5px 5px 0 5px;
  633. }
  634.  
  635. #bodyquerywindow {
  636.     background-color:   <?php echo $cfg['LeftBgColor']; ?>;
  637. }
  638.  
  639. #bodythemes {
  640.     width: 500px;
  641.     margin: auto;
  642.     text-align: center;
  643. }
  644.  
  645. #bodythemes img {
  646.     border: 0.1em solid black;
  647. }
  648.  
  649. #bodythemes a:hover img {
  650.     border: 0.1em solid red;
  651. }
  652.  
  653. #fieldset_select_fields {
  654.     float: left;
  655. }
  656.  
  657. #selflink {
  658.     clear: both;
  659.     display: block;
  660.     margin-top: 1em;
  661.     margin-bottom: 1em;
  662.     width: 100%;
  663.     border-top: 0.1em solid silver;
  664.     text-align: <?php echo $right; ?>;
  665. }
  666.  
  667. #table_innodb_bufferpool_usage,
  668. #table_innodb_bufferpool_activity {
  669.     float: <?php echo $left; ?>;
  670. }
  671.  
  672. #div_mysql_charset_collations table {
  673.     float: <?php echo $left; ?>;
  674. }
  675.  
  676. #div_table_order {
  677.     min-width: 48%;
  678.     float: <?php echo $left; ?>;
  679. }
  680.  
  681. #div_table_rename {
  682.     min-width: 48%;
  683.     float: <?php echo $left; ?>;
  684. }
  685.  
  686. #div_table_copy {
  687.     min-width: 48%;
  688.     float: <?php echo $left; ?>;
  689. }
  690.  
  691. #div_table_options {
  692.     clear: both;
  693.     min-width: 48%;
  694.     float: <?php echo $left; ?>;
  695. }
  696.  
  697. #qbe_div_table_list {
  698.     float: <?php echo $left; ?>;
  699. }
  700.  
  701. #qbe_div_sql_query {
  702.     float: <?php echo $left; ?>;
  703. }
  704.     <?php
  705.     $GLOBALS['cfg']['BgOne'] = $GLOBALS['cfg']['BgcolorOne'];
  706.     $GLOBALS['cfg']['BgTwo'] = $GLOBALS['cfg']['BgcolorTwo'];
  707. } // end styles 2.7.1
  708.  
  709. if ($_SESSION['PMA_Theme']->checkVersion('2.9')) {
  710.     ?>
  711.  
  712. /********************/
  713. /* NEW in PMA 2.9   */
  714. /********************/
  715.  
  716. <?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
  717. /* marked items */
  718. .marked a,
  719. .marked {
  720.     background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
  721.     color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
  722. }
  723. <?php } ?>
  724.  
  725. /* odd items 1,3,5,7,... */
  726. .odd {
  727.     background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
  728. }
  729.  
  730. /* even items 2,4,6,8,... */
  731. .even {
  732.     background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
  733. }
  734.  
  735. /* hovered items */
  736. .odd:hover,
  737. .even:hover,
  738. .hover {
  739.     background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
  740.     color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
  741. }
  742.  
  743. /**
  744.  * marks table rows/cells if the db field is in a where condition
  745.  */
  746. tr.condition th,
  747. tr.condition td,
  748. td.condition,
  749. th.condition {
  750.     border: 1px solid <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>;
  751. }
  752.  
  753. label.desc {
  754.     width: 30em;
  755.     float: <?php echo $left; ?>;
  756. }
  757.  
  758. body.loginform {
  759.     text-align: center;
  760. }
  761.  
  762. body.loginform div.container {
  763.     text-align: <?php echo $left; ?>;
  764.     width: 30em;
  765.     margin: 0 auto;
  766. }
  767.  
  768. #body_leftFrame #list_server {
  769.     list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
  770.     list-style-position: inside;
  771.     list-style-type: none;
  772.     margin: 0;
  773.     padding: 0;
  774. }
  775.  
  776. #body_leftFrame #list_server li {
  777.     margin: 0;
  778.     padding: 0;
  779.     font-size:          80%;
  780. }
  781.     <?php
  782. } // end styles 2.9
  783.  
  784. $_SESSION['PMA_Theme_Manager']->printCss($_REQUEST['js_frame']);
  785. ?>
  786.